home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / JAVA Utilities / JShift Component Conversion Utility v0.4 / CCU.JAR / javax / servlet / http / LocalStrings.properties < prev    next >
Encoding:
Text File  |  2001-03-31  |  636 b   |  14 lines

  1. # Default localized string information
  2. # Localized for Locale en_US
  3.  
  4. err.cookie_name_is_token=Cookie name {0} is a reserved token
  5. err.io.negativelength=Negative Length given in write method
  6. err.io.short_read=Short Read
  7.  
  8. http.method_not_implemented=Method {0} is not defined in RFC 2068 and is not supported by the Servlet API 
  9.  
  10. http.method_get_not_supported=HTTP method GET is not supported by this URL
  11. http.method_post_not_supported=HTTP method POST is not supported by this URL
  12. http.method_put_not_supported=HTTP method PUT is not supported by this URL
  13. http.method_delete_not_supported=Http method DELETE is not supported by this URL
  14.